ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

New WINDEV 2024 feature!
This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Controls, pages and windows / Spreadsheet functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Creates a link in a Spreadsheet control cell. The text in the cell becomes the link.
Example
TBLR_MonCalcul["B6"] = "Cliquez moi"
TBLR_MonCalcul.AjouteLien("B6", "www.pcsoft.fr")
Syntax

Add a link to a cell identified by its name Hide the details

<Spreadsheet control>.AddLink(<Cell> [, <URL>])
<Spreadsheet control>: Control name
Name of the Spreadsheet control to be used.
<Cell>: Character string
Name of the cell to be used. For example: "A4". The text in the cell becomes the link.
<URL>: Optional character string
URL to be associated with the text in the cell. If this parameter is not specified, the URL is deduced from the text in the cell.

Add a link to a cell identified by its coordinates Hide the details

SpreadsheetAddFormula(<Spreadsheet control> , <Column> , <Row> , <Formula>)
<Spreadsheet control>: Control name
Name of the Spreadsheet control to be used.
<Column>: entier
Column number of cell containing URL.
<Row>: entier
row number of the cell containing the URL.
<Formula>: Character string
URL to be associated with the text in the cell. If this parameter is not specified, the URL is deduced from the text in the cell.
Business / UI classification: UI Code
Component: wd290obj.dll
Minimum version required
  • Version 2024
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 04/11/2024

Send a report | Local help